Syntax:
set the Html of member whichcastmember = htmlString
set htmlstring = the HTML of member whichcastmember
Purpose:
This property is used to set the text to be displayed by the
#html cast member or to retrieve the html source from the text currently
displayed.
htmlString is a string variable containing the complete html source of the text to be displayed. In normal cases you will use the functions provided by the FileIO xtra to read in the html source you might have edited with a standard HTML Editor. Of course you can also create the html source on the fly using Lingo, but be aware, that you need to setup the html source with a minimum set of tags like they are required for all html files.
This property can be tested and set.
See also: